home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 April / EnigmA AMIGA RUN 26 (1998)(G.R. Edizioni)(IT)[!][issue 1998-04].iso / earcd / musica / patchmeister / help / help.lzh / DRIVER_RolandInc < prev    next >
Text File  |  1992-03-18  |  1KB  |  28 lines

  1. This cycle gadget can be used for one of two (2) purposes...
  2.  
  3. 1)  This item pertains to `ROLAND RQ1 OR RQD' communications.
  4.  
  5.     A Roland synth may send its banks one item at a time.  When this
  6.     is the case, the header portion of the MIDI command will store a
  7.     target address (destination) which has to be incremented as each
  8.     bank item is sent.
  9.  
  10.     If the Roland bank must send its items one at a time, use this
  11.     string gadget to store the Roland Address Increment value.
  12.  
  13.     The `Roland Address Inc' must be entered as hex bytes separated
  14.     by spaces;  i.e. 00 02 00.  In the previous example, `00 02 00'
  15.     will be added to the target address after each bank item is
  16.     transmitted.  If the first bank item is sent to address `08 00 00',
  17.     the second bank item will be sent to address `08 02 00', the third
  18.     to address `08 04 00', etc.
  19.  
  20. 2)  This item pertains to `ROLAND RQ1 BULK' communications.
  21.  
  22.     Once again this string gadget is used to enter a Roland Address
  23.     Increment value, but it may or may not coincide with the retrieval
  24.     of individual bank items.  Roland synths which return more than one
  25.     sysex packet per request, hence `ROLAND RQ1 BULK', force you to ask
  26.     for their sysex data at specific address points.  Use of this string
  27.     gadget will help you jump to the proper address points.
  28.